net/http.http2Framer.WritePing (method)

6 uses

	net/http (current package)
		h2_bundle.go#L2479: func (f *http2Framer) WritePing(ack bool, data [8]byte) error {
		h2_bundle.go#L10297: 		if pingError = cc.fr.WritePing(false, p); pingError != nil {
		h2_bundle.go#L10341: 	if err := cc.fr.WritePing(true, f.Data); err != nil {
		h2_bundle.go#L10370: 		cc.fr.WritePing(false, payload)
		h2_bundle.go#L10879: 	return ctx.Framer().WritePing(false, w.data)
		h2_bundle.go#L10889: 	return ctx.Framer().WritePing(true, w.pf.Data)